go/build.Context.splitPathList (method)

2 uses

	go/build (current package)
		build.go#L124: func (ctxt *Context) splitPathList(s string) []string {
		build.go#L226: 	for _, p := range ctxt.splitPathList(ctxt.GOPATH) {